home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 41
/
Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso
/
-seriously_amiga-
/
misc
/
amised
/
scripts
/
tolower.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1999-04-19
|
202b
|
18 lines
/**/
OPTIONS RESULTS
'Graphics OFF'
'GetASCII'
a=result
if (a>64) & (a<91) then
do
/* 'Query FLAG=1'
if (result=0) then
do*/
'Delete'
/* end*/
'Insert ASCII='||(a+32)' NOMOVE'
'Graphics ON'
end